Female Pose Pack inspired by female instagram influencer

Don't forget to read the readme for the favoriteAnims.xml line. It's necessary to add.

Place this line into favoriteAnims.xml in your menyooStuff folder.

	<Anim dict="anim@peace_selfie" name="peace_clip" />
	<Anim dict="anim@stance_folded_arms" name="folded_arms_clip" />
	<Anim dict="anim@stance_kneeling_cute" name="kneeling_cute_clip" />
	<Anim dict="anim@sit_cute_window" name="cute_window_clip" />
	<Anim dict="anim@car_cute_sit" name="cute_sit_clip" />
	<Anim dict="anim@selfie_peacesign_cute" name="peacesign_cute_clip" />


Install using Jennie's Custom Anims mod. Get it here:
https://www.gta5-mods.com/misc/custom-animations-add-on-customanims

Make sure you follow their guidelines on how to install that mod properly and how to install animations using it.



FOR DPEMOTES USERS ON FIVEM: 


Place all the ycd files into this folder:

resources/dpemotes-master/streams

Then copy this line into your AnimationList.lua

["selfiepeace"] = {"anim@peace_selfie", "peace_clip", "Peace Sign Selfie (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["foldedarms"] = {"anim@stance_folded_arms", "folded_arms_clip", "Cute Folded Arms (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["cutekneel"] = {"anim@stance_kneeling_cute", "kneeling_cute_clip", "Cute Kneeling Stance (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["windowlean"] = {"anim@sit_cute_window", "cute_window_clip", "Window Leaning (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["carseated"] = {"anim@car_cute_sit", "cute_sit_clip", "Sitting In Car (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["selfiepeace1"] = {"anim@selfie_peacesign_cute", "peacesign_cute_clip", "Cute Peace Sign Selfie (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},